Skip to content

feat: concatenate repeated cli arg strings#1686

Merged
leejet merged 1 commit into
leejet:masterfrom
stduhpf:concat-params
Jun 21, 2026
Merged

feat: concatenate repeated cli arg strings#1686
leejet merged 1 commit into
leejet:masterfrom
stduhpf:concat-params

Conversation

@stduhpf

@stduhpf stduhpf commented Jun 21, 2026

Copy link
Copy Markdown
Contributor

Summary

Allow some string args (typically those using a comma-separated format like --extra_sample_args) to be split into multiple chunks.

Example

--extra-sample-args "apg_norm_threshold=12, apg_eta=.05, apg-momentum=-0.25, apg-smoothing=.25, max_shift=2.05, base_shift=1"

is now equivalent to

--extra-sample-args "apg_norm_threshold=12, apg_eta=.05, apg-momentum=-0.25, apg-smoothing=.25" --extra-sample-args " max_shift=2.05, base_shift=1"

Related Issue / Discussion

N/A

Additional Information

N/A

Checklist

@leejet leejet merged commit 2bd249c into leejet:master Jun 21, 2026
14 checks passed
@leejet

leejet commented Jun 21, 2026

Copy link
Copy Markdown
Owner

Thank you for your contribution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants